Product Code Database
Example Keywords: sail -raincoat $78
barcode-scavenger
   » » Wiki: Metric Tensor
Tag Wiki 'Metric Tensor'.
Tag

In the field of differential geometry, a metric tensor (or simply metric) is an additional structure on a (such as a surface) that allows defining distances and angles, just as the on a allows defining distances and angles there. More precisely, a metric tensor at a point of is a defined on the at (that is, a bilinear function that maps pairs of to ), and a metric field on consists of a metric tensor at each point of that varies smoothly with .

A metric tensor is positive-definite if for every nonzero vector . A manifold equipped with a positive-definite metric tensor is known as a Riemannian manifold. Such a metric tensor can be thought of as specifying infinitesimal distance on the manifold. On a Riemannian manifold , the length of a smooth curve between two points and can be defined by integration, and the distance between and can be defined as the of the lengths of all such curves; this makes a . Conversely, the metric tensor itself is the of the distance function (taken in a suitable manner).

While the notion of a metric tensor was known in some sense to mathematicians such as from the early 19th century, it was not until the early 20th century that its properties as a were understood by, in particular, Gregorio Ricci-Curbastro and Tullio Levi-Civita, who first codified the notion of a tensor. The metric tensor is an example of a .

The components of a metric tensor in a take on the form of a whose entries transform covariantly under changes to the coordinate system. Thus a metric tensor is a covariant . From the point of view, a metric tensor field is defined to be a nondegenerate symmetric bilinear form on each tangent space that varies from point to point.


Introduction
Carl Friedrich Gauss in his 1827 Disquisitiones generales circa superficies curvas ( General investigations of curved surfaces) considered a surface parametrically, with the Cartesian coordinates , , and of points on the surface depending on two auxiliary variables and . Thus a parametric surface is (in today's terms) a vector-valued function

\vec{r}(u,\,v) = \bigl( x(u,\,v),\, y(u,\,v),\, z(u,\,v) \bigr)

depending on an of real variables , and defined in an in the -plane. One of the chief aims of Gauss's investigations was to deduce those features of the surface which could be described by a function which would remain unchanged if the surface underwent a transformation in space (such as bending the surface without stretching it), or a change in the particular parametric form of the same geometrical surface.

One natural such invariant quantity is the drawn along the surface. Another is the between a pair of curves drawn along the surface and meeting at a common point. A third such quantity is the of a piece of the surface. The study of these invariants of a surface led Gauss to introduce the predecessor of the modern notion of the metric tensor.

The metric tensor is \begin{bmatrix} E & F \\ F & G \end{bmatrix} in the description below; E, F, and G in the matrix can contain any number as long as the matrix is positive definite.


Arc length
If the variables and are taken to depend on a third variable, , taking values in an interval , then will trace out a in parametric surface . The of that curve is given by the

\begin{align}
 s &= \int_a^b\left\|\frac{d}{dt}\vec{r}(u(t),v(t))\right\|\,dt \\[5pt]
   &= \int_a^b \sqrt{u'(t)^2\,\vec{r}_u\cdot\vec{r}_u + 2u'(t)v'(t)\, \vec{r}_u\cdot\vec{r}_v + v'(t)^2\,\vec{r}_v\cdot\vec{r}_v}\, dt \,,
     
\end{align}

where \left\| \cdot \right\| represents the Euclidean norm. Here the has been applied, and the subscripts denote partial derivatives:

\vec{r}_u = \frac{\partial \vec{r}}{\partial u}\,, \quad \vec{r}_v = \frac{\partial \vec{r}}{\partial v}\,.

The integrand is the restrictionMore precisely, the integrand is the pullback of this differential to the curve. to the curve of the square root of the () differential

where

The quantity in () is called the , while is called the first fundamental form of . Intuitively, it represents the of the square of the displacement undergone by when is increased by units, and is increased by units.

Using matrix notation, the first fundamental form becomes

ds^2 =
 \begin{bmatrix} du & dv \end{bmatrix}
 \begin{bmatrix} E & F \\ F & G \end{bmatrix}
 \begin{bmatrix} du \\ dv \end{bmatrix}
     


Coordinate transformations
Suppose now that a different parameterization is selected, by allowing and to depend on another pair of variables and . Then the analog of () for the new variables is

The relates , , and to , , and via the matrix equation

where the superscript T denotes the . The matrix with the coefficients , , and arranged in this way therefore transforms by the of the coordinate change

 J = \begin{bmatrix}
   \frac{\partial u}{\partial u'} & \frac{\partial u}{\partial v'} \\
   \frac{\partial v}{\partial u'} & \frac{\partial v}{\partial v'}
     
\end{bmatrix}\,.

A matrix which transforms in this way is one kind of what is called a . The matrix

\begin{bmatrix} E & F \\ F & G \end{bmatrix}

with the transformation law () is known as the metric tensor of the surface.


Invariance of arclength under coordinate transformations
first observed the significance of a system of coefficients , , and , that transformed in this way on passing from one system of coordinates to another. The upshot is that the first fundamental form () is ''invariant'' under changes in the coordinate system, and that this follows exclusively from the transformation properties of , , and . Indeed, by the chain rule,
     

\begin{bmatrix} du \\ dv \end{bmatrix} =
 \begin{bmatrix}
   \dfrac{\partial u}{\partial u'} & \dfrac{\partial u}{\partial v'} \\
   \dfrac{\partial v}{\partial u'} & \dfrac{\partial v}{\partial v'}
 \end{bmatrix}
 \begin{bmatrix} du' \\ dv' \end{bmatrix}
     

so that

\begin{align}
 ds^2
 &=
   \begin{bmatrix} du & dv \end{bmatrix}
   \begin{bmatrix} E & F \\ F & G \end{bmatrix}
   \begin{bmatrix} du \\ dv \end{bmatrix} \\[6pt]
 &=
   \begin{bmatrix} du' & dv' \end{bmatrix}
   \begin{bmatrix}
     \dfrac{\partial u}{\partial u'} & \dfrac{\partial u}{\partial v'} \\[6pt]
     \dfrac{\partial v}{\partial u'} & \dfrac{\partial v}{\partial v'}
   \end{bmatrix}^\mathsf{T}
   \begin{bmatrix} E & F \\ F & G \end{bmatrix}
   \begin{bmatrix}
     \dfrac{\partial u}{\partial u'} & \dfrac{\partial u}{\partial v'} \\[6pt]
     \dfrac{\partial v}{\partial u'} & \dfrac{\partial v}{\partial v'}
   \end{bmatrix}
   \begin{bmatrix} du' \\ dv' \end{bmatrix} \\[6pt]
 &=
   \begin{bmatrix} du' & dv' \end{bmatrix}
   \begin{bmatrix} E' & F' \\ F' & G' \end{bmatrix}
   \begin{bmatrix} du' \\ dv' \end{bmatrix}\\[6pt]
 &= (ds')^2 \,.
     
\end{align}


Length and angle
Another interpretation of the metric tensor, also considered by Gauss, is that it provides a way in which to compute the length of to the surface, as well as the angle between two tangent vectors. In contemporary terms, the metric tensor allows one to compute the of tangent vectors in a manner independent of the parametric description of the surface. Any tangent vector at a point of the parametric surface can be written in the form

\mathbf{p} = p_1\vec{r}_u + p_2\vec{r}_v

for suitable real numbers and . If two tangent vectors are given:

\begin{align}
 \mathbf{a} &= a_1\vec{r}_u + a_2\vec{r}_v \\
 \mathbf{b} &= b_1\vec{r}_u + b_2\vec{r}_v
     
\end{align}

then using the of the dot product,

\begin{align}
 \mathbf{a} \cdot \mathbf{b}
   &= a_1 b_1 \vec{r}_u\cdot\vec{r}_u + a_1b_2 \vec{r}_u\cdot\vec{r}_v + a_2b_1 \vec{r}_v\cdot\vec{r}_u + a_2 b_2 \vec{r}_v\cdot\vec{r}_v \\[8pt]
   &= a_1 b_1 E + a_1b_2 F + a_2b_1 F + a_2b_2G. \\[8pt]
   &= \begin{bmatrix} a_1 & a_2 \end{bmatrix}
        \begin{bmatrix} E & F \\ F & G \end{bmatrix}
        \begin{bmatrix} b_1 \\ b_2 \end{bmatrix} \,.
     
\end{align}

This is plainly a function of the four variables , , , and . It is more profitably viewed, however, as a function that takes a pair of arguments and which are vectors in the -plane. That is, put

g(\mathbf{a}, \mathbf{b}) = a_1b_1 E + a_1b_2 F + a_2b_1 F + a_2b_2G \,.

This is a symmetric function in and , meaning that

g(\mathbf{a}, \mathbf{b}) = g(\mathbf{b}, \mathbf{a})\,.

It is also , meaning that it is linear in each variable and separately. That is,

\begin{align}
 g\left(\lambda\mathbf{a} + \mu\mathbf{a}', \mathbf{b}\right) &= \lambda g(\mathbf{a}, \mathbf{b}) + \mu g\left(\mathbf{a}', \mathbf{b}\right),\quad\text{and} \\
 g\left(\mathbf{a}, \lambda\mathbf{b} + \mu\mathbf{b}'\right) &= \lambda g(\mathbf{a}, \mathbf{b}) + \mu g\left(\mathbf{a}, \mathbf{b}'\right)
     
\end{align}

for any vectors , , , and in the plane, and any real numbers and .

In particular, the length of a tangent vector is given by

\left\| \mathbf{a} \right\| = \sqrt{g(\mathbf{a}, \mathbf{a})}

and the angle between two vectors and is calculated by

\cos(\theta) = \frac{g(\mathbf{a}, \mathbf{b})}{ \left\| \mathbf{a} \right\| \left\| \mathbf{b} \right\| } \,.


Area
The is another numerical quantity which should depend only on the surface itself, and not on how it is parameterized. If the surface is parameterized by the function over the domain in the -plane, then the surface area of is given by the integral

\iint_D \left|\vec{r}_u \times \vec{r}_v\right|\,du\,dv

where denotes the , and the absolute value denotes the length of a vector in Euclidean space. By Lagrange's identity for the cross product, the integral can be written

\begin{align}
      &\iint_D \sqrt{\left(\vec{r}_u\cdot\vec{r}_u\right) \left(\vec{r}_v\cdot\vec{r}_v\right) - \left(\vec{r}_u\cdot\vec{r}_v\right)^2}\,du\,dv \\[5pt]
  ={} &\iint_D \sqrt{EG - F^2}\,du\,dv\\[5pt]
  ={} &\iint_D \sqrt{\det \begin{bmatrix} E & F \\ F & G \end{bmatrix}}\, du\, dv
     
\end{align}

where is the .


Definition
Let be a of dimension ; for instance a surface (in the case ) or in the \R^{n+1}. At each point there is a , called the , consisting of all tangent vectors to the manifold at the point . A metric tensor at is a function which takes as inputs a pair of tangent vectors and at , and produces as an output a (scalar), so that the following conditions are satisfied:
  • is . A function of two vector arguments is bilinear if it is linear separately in each argument. Thus if , , are three tangent vectors at and and are real numbers, then \begin{align}
 g_p(aU_p + bV_p, Y_p) &= ag_p(U_p, Y_p) + bg_p(V_p, Y_p) \,, \quad \text{and} \\
 g_p(Y_p, aU_p + bV_p) &= ag_p(Y_p, U_p) + bg_p(Y_p, V_p) \,.
     
\end{align}
  • is symmetric.In several formulations of classical unified field theories, the metric tensor was allowed to be non-symmetric; however, the antisymmetric part of such a tensor plays no role in the contexts described here, so it will not be further considered. A function of two vector arguments is symmetric provided that for all vectors and , g_p(X_p, Y_p) = g_p(Y_p, X_p)\,.
  • is . A bilinear function is nondegenerate provided that, for every tangent vector , the function Y_p \mapsto g_p(X_p,Y_p) obtained by holding constant and allowing to vary is not . That is, for every there exists a such that .

A metric tensor field on assigns to each point of a metric tensor in the tangent space at in a way that varies with . More precisely, given any of manifold and any (smooth) and on , the real function g(X, Y)(p) = g_p(X_p, Y_p) is a smooth function of .


Components of the metric
The components of the metric in any basis of , or , are given byThe notation of using square brackets to denote the basis in terms of which the components are calculated is not universal. The notation employed here is modeled on that of . Typically, such explicit dependence on the basis is entirely suppressed.

The functions form the entries of an , . If

v = \sum_{i=1}^n v^iX_i \,, \quad w = \sum_{i=1}^n w^iX_i
are two vectors at , then the value of the metric applied to and is determined by the coefficients () by bilinearity:

g(v, w) = \sum_{i,j=1}^n v^iw^jg\left(X_i,X_j\right) = \sum_{i,j=1}^n v^iw^jg_{ij}\mathbf{f}

Denoting the matrix by and arranging the components of the vectors and into and ,

g(v,w) = \mathbf{v}\mathbf{f}^\mathsf{T} G\mathbf{f} \mathbf{w}\mathbf{f} = \mathbf{w}\mathbf{f}^\mathsf{T} G\mathbf{f}\mathbf{v}\mathbf{f}

where T and T denote the of the vectors and , respectively. Under a change of basis of the form

\mathbf{f}\mapsto \mathbf{f}' = \left(\sum_k X_ka_{k1},\dots,\sum_k X_ka_{kn}\right) = \mathbf{f}A

for some invertible matrix , the matrix of components of the metric changes by as well. That is,

G\mathbf{f}A = A^\mathsf{T} G\mathbf{f}A

or, in terms of the entries of this matrix,

g_{ij}\mathbf{f}A = \sum_{k,l=1}^n a_{ki}g_{kl}\mathbf{f}a_{lj} \, .

For this reason, the system of quantities is said to transform covariantly with respect to changes in the frame .


Metric in coordinates
A system of real-valued functions , giving a local on an in , determines a basis of vector fields on
\mathbf{f} = \left(X_1 = \frac{\partial}{\partial x^1}, \dots, X_n = \frac{\partial}{\partial x^n}\right) \,.

The metric has components relative to this frame given by

g_{ij}\left\mathbf{f}\right = g\left(\frac{\partial}{\partial x^i}, \frac{\partial}{\partial x^j}\right) \,.

Relative to a new system of local coordinates, say

y^i = y^i(x^1, x^2, \dots, x^n),\quad i=1,2,\dots,n

the metric tensor will determine a different matrix of coefficients,

g_{ij}\left\mathbf{f}'\right = g\left(\frac{\partial}{\partial y^i}, \frac{\partial}{\partial y^j}\right).

This new system of functions is related to the original by means of the

\frac{\partial}{\partial y^i} = \sum_{k=1}^n \frac{\partial x^k}{\partial y^i}\frac{\partial}{\partial x^k}

so that

g_{ij}\left\mathbf{f}'\right = \sum_{k,l=1}^n \frac{\partial x^k}{\partial y^i} g_{kl}\left\mathbf{f}\right\frac{\partial x^l}{\partial y^j}.

Or, in terms of the matrices and ,

G\left\mathbf{f}'\right = \left((Dy)^{-1}\right)^\mathsf{T} G\left\mathbf{f}\right (Dy)^{-1}

where denotes the of the coordinate change.


Signature of a metric
Associated to any metric tensor is the defined in each tangent space by

q_m(X_m) = g_m(X_m,X_m) \,, \quad X_m\in T_mM.

If is positive for all non-zero , then the metric is positive-definite at . If the metric is positive-definite at every , then is called a Riemannian metric. More generally, if the quadratic forms have constant signature independent of , then the signature of is this signature, and is called a pseudo-Riemannian metric. If is , then the signature of does not depend on .

By Sylvester's law of inertia, a basis of tangent vectors can be chosen locally so that the quadratic form diagonalizes in the following manner

q_m\left(\sum_i\xi^iX_i\right) = \left(\xi^1\right)^2+\left(\xi^2\right)^2+\cdots+\left(\xi^p\right)^2 - \left(\xi^{p+1}\right)^2-\cdots-\left(\xi^n\right)^2

for some between 1 and . Any two such expressions of (at the same point of ) will have the same number of positive signs. The signature of is the pair of integers , signifying that there are positive signs and negative signs in any such expression. Equivalently, the metric has signature if the matrix of the metric has positive and negative .

Certain metric signatures which arise frequently in applications are:

  • If has signature , then is a Riemannian metric, and is called a Riemannian manifold. Otherwise, is a pseudo-Riemannian metric, and is called a pseudo-Riemannian manifold (the term semi-Riemannian is also used).
  • If is four-dimensional with signature or , then the metric is called Lorentzian. More generally, a metric tensor in dimension other than 4 of signature or is sometimes also called Lorentzian.
  • If is -dimensional and has signature , then the metric is called ultrahyperbolic.


Inverse metric
Let be a basis of vector fields, and as above let be the matrix of coefficients
g_{ij}\mathbf{f} = g\left(X_i,X_j\right) \,.
One can consider the , which is identified with the inverse metric (or conjugate or dual metric). The inverse metric satisfies a transformation law when the frame is changed by a matrix via

The inverse metric transforms contravariantly, or with respect to the inverse of the change of basis matrix . Whereas the metric itself provides a way to measure the length of (or angle between) vector fields, the inverse metric supplies a means of measuring the length of (or angle between) fields; that is, fields of linear functionals.

To see this, suppose that is a covector field. To wit, for each point , determines a function defined on tangent vectors at so that the following linearity condition holds for all tangent vectors and , and all real numbers and :

\alpha_p \left(aX_p + bY_p\right) = a\alpha_p \left(X_p\right) + b\alpha_p \left(Y_p\right)\,.

As varies, is assumed to be a in the sense that

p \mapsto \alpha_p \left(X_p\right)

is a smooth function of for any smooth vector field .

Any covector field has components in the basis of vector fields . These are determined by

\alpha_i = \alpha \left(X_i\right)\,,\quad i = 1, 2, \dots, n\,.

Denote the of these components by

\alpha\mathbf{f} = \big\lbrack\begin{array}{cccc} \alpha_1 & \alpha_2 & \dots & \alpha_n \end{array}\big\rbrack \,.

Under a change of by a matrix , changes by the rule

\alpha\mathbf{f}A = \alpha\mathbf{f}A \,.

That is, the row vector of components transforms as a covariant vector.

For a pair and of covector fields, define the inverse metric applied to these two covectors by

The resulting definition, although it involves the choice of basis , does not actually depend on in an essential way. Indeed, changing basis to gives

\begin{align}
     &\alpha[\mathbf{f}A] G[\mathbf{f}A]^{-1} \beta[\mathbf{f}A]^\mathsf{T} \\
 ={} &\left(\alpha[\mathbf{f}]A\right) \left(A^{-1}G[\mathbf{f}]^{-1} \left(A^{-1}\right)^\mathsf{T}\right) \left(A^\mathsf{T}\beta[\mathbf{f}]^\mathsf{T}\right) \\
 ={} &\alpha[\mathbf{f}] G[\mathbf{f}]^{-1} \beta[\mathbf{f}]^\mathsf{T}.
     
\end{align}

So that the right-hand side of equation () is unaffected by changing the basis to any other basis whatsoever. Consequently, the equation may be assigned a meaning independently of the choice of basis. The entries of the matrix are denoted by , where the indices and have been raised to indicate the transformation law ().


Raising and lowering indices
In a basis of vector fields , any smooth tangent vector field can be written in the form

for some uniquely determined smooth functions . Upon changing the basis by a nonsingular matrix , the coefficients change in such a way that equation () remains true. That is,

X = \mathbf{fA}v\mathbf{fA} = \mathbf{f}v\mathbf{f}\,.

Consequently, . In other words, the components of a vector transform contravariantly (that is, inversely or in the opposite way) under a change of basis by the nonsingular matrix . The contravariance of the components of is notationally designated by placing the indices of in the upper position.

A frame also allows covectors to be expressed in terms of their components. For the basis of vector fields define the to be the linear functionals such that

\theta^i\mathbf{f}(X_j) = \begin{cases} 1 & \mathrm{if}\ i=j\\ 0&\mathrm{if}\ i\not=j.\end{cases}

That is, , the . Let

\theta\mathbf{f} = \begin{bmatrix}\theta^1\mathbf{f} \\ \theta^2\mathbf{f} \\ \vdots \\ \theta^n\mathbf{f}\end{bmatrix}.

Under a change of basis for a nonsingular matrix , transforms via

\theta\mathbf{f}A = A^{-1}\theta\mathbf{f}.

Any linear functional on tangent vectors can be expanded in terms of the dual basis

where denotes the . The components transform when the basis is replaced by in such a way that equation () continues to hold. That is,

\alpha = a\mathbf{f}A\theta\mathbf{f}A = a\mathbf{f}\theta\mathbf{f}

whence, because , it follows that . That is, the components transform covariantly (by the matrix rather than its inverse). The covariance of the components of is notationally designated by placing the indices of in the lower position.

Now, the metric tensor gives a means to identify vectors and covectors as follows. Holding fixed, the function

g_p(X_p, -) : Y_p \mapsto g_p(X_p, Y_p)

of tangent vector defines a linear functional on the tangent space at . This operation takes a vector at a point and produces a covector . In a basis of vector fields , if a vector field has components , then the components of the covector field in the dual basis are given by the entries of the row vector

a\mathbf{f} = v\mathbf{f}^\mathsf{T} G\mathbf{f}.

Under a change of basis , the right-hand side of this equation transforms via

 v[\mathbf{f}A]^\mathsf{T} G[\mathbf{f}A] =
   v[\mathbf{f}]^\mathsf{T} \left(A^{-1}\right)^\mathsf{T} A^\mathsf{T} G[\mathbf{f}]A =
   v[\mathbf{f}]^\mathsf{T} G[\mathbf{f}]A
     

so that : transforms covariantly. The operation of associating to the (contravariant) components of a vector field T the (covariant) components of the covector field , where

a_i\mathbf{f} = \sum_{k=1}^n v^k\mathbf{f}g_{ki}\mathbf{f}

is called lowering the index.

To raise the index, one applies the same construction but with the inverse metric instead of the metric. If are the components of a covector in the dual basis , then the column vector

has components which transform contravariantly:

v\mathbf{f}A = A^{-1}v\mathbf{f}.

Consequently, the quantity does not depend on the choice of basis in an essential way, and thus defines a vector field on . The operation () associating to the (covariant) components of a covector the (contravariant) components of a vector given is called raising the index. In components, () is

v^i\mathbf{f} = \sum_{k=1}^n g^{ik}\mathbf{f} a_k\mathbf{f}.


Induced metric
Let be an in , and let be a continuously differentiable function from into the , where . The mapping is called an immersion if its differential is at every point of . The image of is called an immersed submanifold. More specifically, for , which means that the ambient Euclidean space is , the induced metric tensor is called the first fundamental form.

Suppose that is an immersion onto the submanifold . The usual Euclidean in is a metric which, when restricted to vectors tangent to , gives a means for taking the dot product of these tangent vectors. This is called the induced metric.

Suppose that is a tangent vector at a point of , say

v = v^1\mathbf{e}_1 + \dots + v^n\mathbf{e}_n

where are the standard coordinate vectors in . When is applied to , the vector goes over to the vector tangent to given by

\varphi_*(v) = \sum_{i=1}^n \sum_{a=1}^m v^i\frac{\partial \varphi^a}{\partial x^i}\mathbf{e}_a\,.

(This is called the pushforward of along .) Given two such vectors, and , the induced metric is defined by

g(v,w) = \varphi_*(v)\cdot \varphi_*(w).

It follows from a straightforward calculation that the matrix of the induced metric in the basis of coordinate vector fields is given by

G(\mathbf{e}) = (D\varphi)^\mathsf{T}(D\varphi)

where is the Jacobian matrix:

D\varphi = \begin{bmatrix}
 \frac{\partial\varphi^1}{\partial x^1} & \frac{\partial\varphi^1}{\partial x^2} &
   \dots  & \frac{\partial\varphi^1}{\partial x^n} \\[1ex]
 \frac{\partial\varphi^2}{\partial x^1} & \frac{\partial\varphi^2}{\partial x^2} &
   \dots  & \frac{\partial\varphi^2}{\partial x^n} \\
 \vdots                                 & \vdots                                 &
   \ddots & \vdots \\
 \frac{\partial\varphi^m}{\partial x^1} & \frac{\partial\varphi^m}{\partial x^2} &
   \dots  & \frac{\partial\varphi^m}{\partial x^n}
     
\end{bmatrix}.


Intrinsic definitions of a metric
The notion of a metric can be defined intrinsically using the language of and . In these terms, a metric tensor is a function

from the of the of with itself to such that the restriction of to each fiber is a nondegenerate bilinear mapping

g_p : \mathrm{T}_pM\times \mathrm{T}_pM \to \mathbf{R}.

The mapping () is required to be continuous, and often continuously differentiable, , or , depending on the case of interest, and whether can support such a structure.


Metric as a section of a bundle
By the universal property of the tensor product, any bilinear mapping () gives rise naturally to a section of the of the tensor product bundle of with itself

g_\otimes \in \Gamma\left((\mathrm{T}M \otimes \mathrm{T}M)^*\right).

The section is defined on simple elements of by

g_\otimes(v \otimes w) = g(v, w)

and is defined on arbitrary elements of by extending linearly to linear combinations of simple elements. The original bilinear form is symmetric if and only if

g_\otimes \circ \tau = g_\otimes
where
\tau : \mathrm{T}M \otimes \mathrm{T}M \stackrel{\cong}{\to} TM \otimes TM
is the braiding map.

Since is finite-dimensional, there is a natural isomorphism

(\mathrm{T}M \otimes \mathrm{T}M)^* \cong \mathrm{T}^*M \otimes \mathrm{T}^*M,

so that is regarded also as a section of the bundle of the with itself. Since is symmetric as a bilinear mapping, it follows that is a .


Metric in a vector bundle
More generally, one may speak of a metric in a . If is a vector bundle over a manifold , then a metric is a mapping

g : E\times_M E\to \mathbf{R}

from the of to which is bilinear in each fiber:

g_p : E_p \times E_p\to \mathbf{R}.

Using duality as above, a metric is often identified with a section of the bundle .


Tangent–cotangent isomorphism
The metric tensor gives a natural isomorphism from the to the , sometimes called the musical isomorphism.For the terminology "musical isomorphism", see . See also This isomorphism is obtained by setting, for each tangent vector ,

S_gX_p\, \stackrel\text{def}{=}\, g(X_p, -),

the linear functional on which sends a tangent vector at to . That is, in terms of the pairing between and its ,

S_gX_p, = g_p(X_p, Y_p)

for all tangent vectors and . The mapping is a linear transformation from to . It follows from the definition of non-degeneracy that the kernel of is reduced to zero, and so by the rank–nullity theorem, is a linear isomorphism. Furthermore, is a symmetric linear transformation in the sense that

S_gX_p, = S_gY_p,

for all tangent vectors and .

Conversely, any linear isomorphism defines a non-degenerate bilinear form on by means of

g_S(X_p, Y_p) = SX_p,\,.

This bilinear form is symmetric if and only if is symmetric. There is thus a natural one-to-one correspondence between symmetric bilinear forms on and symmetric linear isomorphisms of to the dual .

As varies over , defines a section of the bundle of vector bundle isomorphisms of the tangent bundle to the cotangent bundle. This section has the same smoothness as : it is continuous, differentiable, smooth, or real-analytic according as . The mapping , which associates to every vector field on a covector field on gives an abstract formulation of "lowering the index" on a vector field. The inverse of is a mapping which, analogously, gives an abstract formulation of "raising the index" on a covector field.

The inverse defines a linear mapping

S_g^{-1} : \mathrm{T}^*M \to \mathrm{T}M

which is nonsingular and symmetric in the sense that

\leftS_g^{-1}\alpha, = \leftS_g^{-1}\beta,

for all covectors , . Such a nonsingular symmetric mapping gives rise (by the tensor-hom adjunction) to a map

\mathrm{T}^*M \otimes \mathrm{T}^*M \to \mathbf{R}

or by the to a section of the tensor product

\mathrm{T}M \otimes \mathrm{T}M.


Arclength and the line element
Suppose that is a Riemannian metric on . In a local coordinate system , , the metric tensor appears as a matrix, denoted here by , whose entries are the components of the metric tensor relative to the coordinate vector fields.

Let be a piecewise-differentiable in , for . The of the curve is defined by

L = \int_a^b \sqrt{ \sum_{i,j=1}^n g_{ij}(\gamma(t)) \left(\frac{d}{dt}x^i \circ \gamma(t)\right) \left(\frac{d}{dt} x^j \circ \gamma(t)\right)}\,dt \,.

In connection with this geometrical application, the differential form

ds^2 = \sum_{i,j=1}^n g_{ij}(p) dx^i dx^j

is called the first fundamental form associated to the metric, while is the . When is pulled back to the image of a curve in , it represents the square of the differential with respect to arclength.

For a pseudo-Riemannian metric, the length formula above is not always defined, because the term under the square root may become negative. We generally only define the length of a curve when the quantity under the square root is always of one sign or the other. In this case, define

L = \int_a^b \sqrt{ \left|\sum_{i,j=1}^ng_{ij}(\gamma(t)) \left(\frac{d}{dt}x^i \circ \gamma(t)\right)\left(\frac{d}{dt}x^j \circ \gamma(t)\right)\right|}\,dt \, .

While these formulas use coordinate expressions, they are in fact independent of the coordinates chosen; they depend only on the metric, and the curve along which the formula is integrated.


The energy, variational principles and geodesics
Given a segment of a curve, another frequently defined quantity is the (kinetic) energy of the curve:

E = \frac{1}{2} \int_a^b \sum_{i,j=1}^ng_{ij}(\gamma(t)) \left(\frac{d}{dt}x^i \circ \gamma(t)\right)\left(\frac{d}{dt}x^j \circ \gamma(t)\right)\,dt \,.

This usage comes from , specifically, classical mechanics, where the integral can be seen to directly correspond to the of a moving on the surface of a manifold. Thus, for example, in Jacobi's formulation of Maupertuis' principle, the metric tensor can be seen to correspond to the mass tensor of a moving particle.

In many cases, whenever a calculation calls for the length to be used, a similar calculation using the energy may be done as well. This often leads to simpler formulas by avoiding the need for the square-root. Thus, for example, the geodesic equations may be obtained by applying variational principles to either the length or the energy. In the latter case, the geodesic equations are seen to arise from the principle of least action: they describe the motion of a "" (a particle feeling no forces) that is confined to move on the manifold, but otherwise moves freely, with constant momentum, within the manifold.


Canonical measure and volume form
In analogy with the case of surfaces, a metric tensor on an -dimensional paracompact manifold gives rise to a natural way to measure the -dimensional of subsets of the manifold. The resulting natural positive allows one to develop a theory of integrating functions on the manifold by means of the associated Lebesgue integral.

A measure can be defined, by the Riesz representation theorem, by giving a positive linear functional on the space of continuous functions on . More precisely, if is a manifold with a (pseudo-)Riemannian metric tensor , then there is a unique positive such that for any , \Lambda f = \int_U f \, d\mu_g = \int_{\varphi(U)} f \circ \varphi^{-1}(x) \sqrt{\left|\det g\right|}\,dx for all supported in . Here is the of the matrix formed by the components of the metric tensor in the coordinate chart. That is well-defined on functions supported in coordinate neighborhoods is justified by Jacobian change of variables. It extends to a unique positive linear functional on by means of a partition of unity.

If is also oriented, then it is possible to define a natural from the metric tensor. In a positively oriented coordinate system the volume form is represented as \omega = \sqrt{\left|\det g\right|} \, dx^1 \wedge \cdots \wedge dx^n where the are the coordinate differentials and denotes the in the algebra of differential forms. The volume form also gives a way to integrate functions on the manifold, and this geometric integral agrees with the integral obtained by the canonical Borel measure.


Examples

Euclidean metric
The most familiar example is that of elementary Euclidean geometry: the two-dimensional Euclidean metric tensor. In the usual Cartesian coordinates, we can write

g = \begin{bmatrix} 1 & 0 \\ 0 & 1\end{bmatrix} \,.

The length of a curve reduces to the formula:

L = \int_a^b \sqrt{ (dx)^2 + (dy)^2} \,.

The Euclidean metric in some other common coordinate systems can be written as follows.

Polar coordinates :

\begin{align}
 x &= r \cos\theta \\
 y &= r \sin\theta \\
 J &= \begin{bmatrix}\cos\theta & -r\sin\theta \\ \sin\theta & r\cos\theta\end{bmatrix} \,.
     
\end{align}

So

g = J^\mathsf{T}J =
 \begin{bmatrix}
     \cos^2\theta + \sin^2\theta                  & -r\sin\theta \cos\theta + r\sin\theta\cos\theta \\
   -r\cos\theta\sin\theta + r\cos\theta\sin\theta & r^2 \sin^2\theta + r^2\cos^2\theta
 \end{bmatrix} = \begin{bmatrix}
   1 & 0 \\
   0 & r^2
 \end{bmatrix}
     
by trigonometric identities.

In general, in a Cartesian coordinate system on a , the partial derivatives are with respect to the Euclidean metric. Thus the metric tensor is the δ ij in this coordinate system. The metric tensor with respect to arbitrary (possibly curvilinear) coordinates is given by

g_{ij} =
 \sum_{kl}\delta_{kl}\frac{\partial x^k}{\partial q^i} \frac{\partial x^l}{\partial q^j} =
 \sum_k\frac{\partial x^k}{\partial q^i}\frac{\partial x^k}{\partial q^j}.
     


The round metric on a sphere
The unit sphere in comes equipped with a natural metric induced from the ambient Euclidean metric, through the process explained in the induced metric section. In standard spherical coordinates , with the , the angle measured from the -axis, and the angle from the -axis in the -plane, the metric takes the form

g = \begin{bmatrix} 1 & 0 \\ 0 & \sin^2 \theta\end{bmatrix} \,.

This is usually written in the form

ds^2 = d\theta^2 + \sin^2\theta\,d\varphi^2\,.


Lorentzian metrics from relativity
In flat (special relativity), with coordinates
r^\mu \rightarrow \left(x^0, x^1, x^2, x^3\right) = (ct, x, y, z) \, ,

the metric is, depending on choice of ,

g = \begin{bmatrix} 1 & 0 & 0 & 0\\ 0 & -1 & 0 & 0 \\ 0 & 0 & -1 & 0 \\ 0 & 0 & 0 & -1 \end{bmatrix} \quad \text{or} \quad g = \begin{bmatrix} -1 & 0 & 0 & 0\\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix} \,.

For a curve with—for example—constant time coordinate, the length formula with this metric reduces to the usual length formula. For a timelike curve, the length formula gives the along the curve.

In this case, the spacetime interval is written as

ds^2 = c^2 dt^2 - dx^2 - dy^2 - dz^2 = dr^\mu dr_\mu = g_{\mu \nu} dr^\mu dr^\nu\,.

The Schwarzschild metric describes the spacetime around a spherically symmetric body, such as a planet, or a . With coordinates

\left(x^0, x^1, x^2, x^3\right) = (ct, r, \theta, \varphi) \,,

we can write the metric as

g_{\mu\nu} =
 \begin{bmatrix}
   \left(1 - \frac{2GM}{rc^2}\right) & 0 & 0 & 0 \\
   0 & -\left(1 - \frac{2GM}{r c^2}\right)^{-1} & 0 & 0 \\
   0 & 0 & -r^2 & 0 \\
   0 & 0 & 0 & -r^2 \sin^2 \theta
 \end{bmatrix}\,,
     

where (inside the matrix) is the gravitational constant and represents the total mass–energy content of the central object.


See also
  • Riemannian manifold
  • Pseudo-Riemannian manifold
  • Basic introduction to the mathematics of curved spacetime
  • List of coordinate charts
  • Tissot's indicatrix, a technique to visualize the metric tensor


Notes

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time